`:top
`!Pascal`! is an `F33f`_`[imperative`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Imperative_programming]`_`f and `F33f`_`[procedural`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Procedural_programming]`_`f `F33f`_`[programming language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Programming_language]`_`f, designed by `F33f`_`[Niklaus Wirth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Niklaus_Wirth]`_`f as a small, efficient language intended to encourage good programming practices using `F33f`_`[structured programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Structured_programming]`_`f and `F33f`_`[data structuring`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Data_structure]`_`f. It is named after French mathematician, philosopher and physicist `F33f`_`[Blaise Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Blaise_Pascal]`_`f.`:cite-ref-5[`F5bf`_`[a`#cite-note-5]`_`f]
Pascal was developed on the pattern of the `F33f`_`[ALGOL 60`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_60]`_`f language. Wirth was involved in the process to improve the language as part of the `F33f`_`[ALGOL X`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_X]`_`f efforts and proposed a version named `F33f`_`[ALGOL W`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_W]`_`f. This was not accepted, and the ALGOL X process bogged down. In 1968, Wirth decided to abandon the ALGOL X process and further improve ALGOL W, releasing this as Pascal in 1970.
On top of ALGOL's `F33f`_`[scalars`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Variable_(computer_science)]`_`f and `F33f`_`[arrays`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Array_(data_type)]`_`f, Pascal enables defining complex datatypes and building dynamic and recursive data structures such as `F33f`_`[lists`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=List_(abstract_data_type)]`_`f, `F33f`_`[trees`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Tree_(data_structure)]`_`f and `F33f`_`[graphs`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Graph_(abstract_data_type)]`_`f. Pascal has `F33f`_`[strong typing`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Strong_and_weak_typing]`_`f on all objects, which means that one type of data cannot be converted to or interpreted as another without explicit conversions. Unlike C (and also unlike most other languages in the `F33f`_`[C-family`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C-family]`_`f), Pascal allows `F33f`_`[nested procedure`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Nested_procedure]`_`f definitions to any level of depth, and also allows most kinds of definitions and declarations inside `F33f`_`[subroutines`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Subroutines]`_`f (procedures and functions). A program is thus syntactically similar to a single procedure or function. This is similar to the block structure of ALGOL 60, but restricted from arbitrary block statements to just procedures and functions.
Pascal became very successful in the 1970s, notably on the burgeoning `F33f`_`[minicomputer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Minicomputer]`_`f market. `F33f`_`[Compilers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Compiler]`_`f were also available for many `F33f`_`[microcomputers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microcomputer]`_`f as the field emerged in the late 1970s. It was widely used as a teaching language in `F33f`_`[university`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=University]`_`f-level programming courses in the 1980s, and also used in production settings for writing commercial software during the same period. It was displaced by the `F33f`_`[C programming language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(programming_language)]`_`f during the late 1980s and early 1990s as `F33f`_`[UNIX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=UNIX]`_`f-based systems became popular, and especially with the release of `F33f`_`[C++`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C++]`_`f.
A derivative named `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f designed for `F33f`_`[object-oriented programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object-oriented_programming]`_`f was developed in 1985. This was used by `F33f`_`[Apple Computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Inc.]`_`f (for the `F33f`_`[Lisa`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Lisa]`_`f and `F33f`_`[Macintosh`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mac_(computer)]`_`f machines) and `F33f`_`[Borland`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Borland]`_`f in the late 1980s and later developed into `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f on the `F33f`_`[Microsoft Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f platform. Extensions to the Pascal concepts led to the languages `F33f`_`[Modula-2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Modula-2]`_`f and `F33f`_`[Oberon`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Oberon_(programming_language)]`_`f, both developed by Wirth.
>>Contents
• `F0af`_`[History`#history]`_`f
• `F0af`_`[Earlier efforts`#earlier-efforts]`_`f
• `F0af`_`[Pascal`#pascal]`_`f
• `F0af`_`[Dialects`#dialects]`_`f
• `F0af`_`[Object Pascal`#object-pascal]`_`f
• `F0af`_`[Implementations`#implementations]`_`f
• `F0af`_`[Early compilers`#early-compilers]`_`f
• `F0af`_`[The Pascal-P system`#the-pascal-p-system]`_`f
• `F0af`_`[Object Pascal and Turbo Pascal`#object-pascal-and-turbo-pascal]`_`f
• `F0af`_`[Other variants`#other-variants]`_`f
• `F0af`_`[Language constructs`#language-constructs]`_`f
• `F0af`_`[Data types`#data-types]`_`f
• `F0af`_`[Subrange types`#subrange-types]`_`f
• `F0af`_`[Set types`#set-types]`_`f
• `F0af`_`[Record types`#record-types]`_`f
• `F0af`_`[Type declarations`#type-declarations]`_`f
• `F0af`_`[File type`#file-type]`_`f
• `F0af`_`[Pointer types`#pointer-types]`_`f
• `F0af`_`[Control structures`#control-structures]`_`f
• `F0af`_`[Procedures and functions`#procedures-and-functions]`_`f
• `F0af`_`[Semicolons as statement separators`#semicolons-as-statement-separators]`_`f
• `F0af`_`[Resources`#resources]`_`f
• `F0af`_`[Compilers and interpreters`#compilers-and-interpreters]`_`f
• `F0af`_`[IDEs`#ides]`_`f
• `F0af`_`[Libraries`#libraries]`_`f
• `F0af`_`[Standards`#standards]`_`f
• `F0af`_`[ISO/IEC 7185:1990 Pascal`#iso-iec-7185-1990-pascal]`_`f
• `F0af`_`[ISO/IEC 10206:1990 Extended Pascal`#iso-iec-10206-1990-extended-pascal]`_`f
• `F0af`_`[Variations`#variations]`_`f
• `F0af`_`[List of related standards`#list-of-related-standards]`_`f
• `F0af`_`[Reception`#reception]`_`f
• `F0af`_`[Early criticism`#early-criticism]`_`f
• `F0af`_`[Rising popularity in the 1970s and 1980s`#rising-popularity-in-the-1970s-and-1980s]`_`f
• `F0af`_`[Notes`#notes]`_`f
• `F0af`_`[See also`#see-also]`_`f
• `F0af`_`[References`#references]`_`f
• `F0af`_`[Further reading`#further-reading]`_`f
-─
>>History
>>>Earlier efforts
Much of the history of `F33f`_`[computer language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Computer_language]`_`f design during the 1960s can be traced to the `F33f`_`[ALGOL 60`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_60]`_`f language. ALGOL was developed during the 1950s with the explicit goal of being able to clearly describe `F33f`_`[algorithms`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Algorithm]`_`f. It included a number of features for `F33f`_`[structured programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Structured_programming]`_`f that remain common in languages to this day.
Shortly after its introduction, in 1962 Wirth began working on his dissertation with Helmut Weber on the `F33f`_`[Euler programming language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Euler_(programming_language)]`_`f. Euler was based on ALGOL's syntax and many concepts but was not a derivative. Its primary goal was to add dynamic lists and types, allowing it to be used in roles similar to `F33f`_`[Lisp`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Lisp_(programming_language)]`_`f. The language was published in 1965.
By this time, a number of problems in ALGOL had been identified, notably the lack of a standardized `F33f`_`[string`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=String_(computer_science)]`_`f system. The group tasked with maintaining the language had begun the `F33f`_`[ALGOL X`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_X]`_`f process to identify improvements, calling for submissions. Wirth and `F33f`_`[Tony Hoare`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Tony_Hoare]`_`f submitted a conservative set of modifications to add strings and clean up some of the syntax. These were considered too minor to be worth using as the new standard ALGOL, so Wirth wrote a compiler for the language, which became named `F33f`_`[ALGOL W`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_W]`_`f.
The ALGOL X efforts would go on to choose a much more complex language, `F33f`_`[ALGOL 68`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_68]`_`f. The complexity of this language led to considerable difficulty producing high-performance compilers, and it was not widely used in the industry. This left an opening for newer languages.
>>>Pascal
Pascal was influenced by the ALGOL W efforts, with the explicit goals of teaching programming in a `F33f`_`[structured fashion`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Structured_programming]`_`f and for the development of system software.`:cite-ref-6[`F5bf`_`[5`#cite-note-6]`_`f] A generation of students used Pascal as an introductory language in undergraduate courses. Other goals included providing a reliable and efficient tool for writing large programs,`:cite-ref-7[`F5bf`_`[6`#cite-note-7]`_`f] and bridging the canyon between scientific and commercial programming, as represented by the then-widespread languages Fortran and COBOL, with a general-purpose language.`:cite-ref-8[`F5bf`_`[7`#cite-note-8]`_`f]
One of the early successes for the language was the introduction of `F33f`_`[UCSD Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=UCSD_Pascal]`_`f, a version that ran on a custom `F33f`_`[operating system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Operating_system]`_`f that could be ported to different platforms. A key platform was the `F33f`_`[Apple II`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_II]`_`f, where it saw widespread use as `F33f`_`[Apple Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Pascal]`_`f. This led to Pascal becoming the primary `F33f`_`[high-level language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=High-level_language]`_`f used for development in the `F33f`_`[Apple Lisa`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Lisa]`_`f, and later, the `F33f`_`[Macintosh`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mac_(computer)]`_`f. Parts of the original `F33f`_`[Macintosh operating system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Classic_Mac_OS]`_`f were hand-translated into `F33f`_`[Motorola 68000`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Motorola_68000]`_`f `F33f`_`[assembly language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Assembly_language]`_`f from the Pascal `F33f`_`[source code`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Source_code]`_`f.`:cite-ref-9[`F5bf`_`[8`#cite-note-9]`_`f]
The `F33f`_`[typesetting`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Typesetting]`_`f system `F33f`_`[TeX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=TeX]`_`f by `F33f`_`[Donald Knuth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Donald_Knuth]`_`f was written in `F33f`_`[WEB`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=WEB]`_`f, the original `F33f`_`[literate programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Literate_programming]`_`f system, based on `F33f`_`[DEC`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Digital_Equipment_Corporation]`_`f `F33f`_`[PDP-10`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PDP-10]`_`f Pascal. Successful commercial applications like `F33f`_`[Adobe Photoshop`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Adobe_Photoshop]`_`f`:cite-ref-10[`F5bf`_`[9`#cite-note-10]`_`f] were written in `F33f`_`[Macintosh Programmer's Workshop`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Macintosh_Programmer's_Workshop]`_`f Pascal, while applications like `F33f`_`[Total Commander`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Total_Commander]`_`f, `F33f`_`[Skype`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Skype]`_`f`:cite-ref-11[`F5bf`_`[10`#cite-note-11]`_`f] and `F33f`_`[Macromedia Captivate`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Macromedia_Captivate]`_`f were written in Delphi (`F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f). `F33f`_`[Apollo Computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apollo_Computer]`_`f used Pascal as the systems programming language for its operating systems beginning in 1980.
Variants of Pascal have also been used for everything from research projects to `F33f`_`[PC games`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PC_game]`_`f and `F33f`_`[embedded systems`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Embedded_system]`_`f. Newer Pascal compilers exist which are widely used.`:cite-ref-12[`F5bf`_`[11`#cite-note-12]`_`f]
>>>Dialects
Wirth's example compiler meant to propagate the language, the Pascal-P system, used a subset of the language designed to be the minimal subset of the language that could compile itself. The idea was that this could allow bootstrapping the compiler, which would then be extended to full Pascal language status. This was done with several compilers, but one notable exception was UCSD Pascal, which was based on Pascal-P2. It kept the subset status of the language based on the idea that this would run better on the new (then) microprocessors with limited memory. UCSD also converted the Pascal-P2 interpreter into a "byte machine", again, because it would be a better fit for byte oriented microprocessors.
UCSD Pascal formed the basis of many systems, including Apple Pascal. Borland Pascal was not based on the UCSD codebase, but arrived during the popular period of UCSD and matched many of its features. This started the line that ended with Delphi Pascal and the compatible Open Source compiler FPC/Lazarus.
The ISO standard for Pascal, ISO 7185, was published in 1983 and was widely implemented and used on mainframes, minicomputers and IBM-PCs and compatibles from 16 bits to 32 bits. The two dialects of Pascal most in use towards the end of the 20th century and up until today are the ISO 7185 standard version and the Delphi/Turbo Pascal versions (of which the two Borland versions are mostly compatible with each other).
The source for much of the early history on Pascal can be found in the Pascal User's Group newsletters at:
Pascal Users Group Newsletters.
>>>Object Pascal
During work on the Lisa, `F33f`_`[Larry Tesler`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Larry_Tesler]`_`f began corresponding with Wirth on the idea of adding object-oriented extensions to the language, to make Pascal a `F33f`_`[multi-paradigm programming language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Programming_paradigm]`_`f. This led initially to `F33f`_`[Clascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Clascal]`_`f, introduced in 1983. As the Lisa program faded and was replaced by the Macintosh, a further version was created and named `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f. This was introduced on the Mac in 1985 as part of the `F33f`_`[MacApp`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MacApp]`_`f `F33f`_`[application framework`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Application_framework]`_`f, and became Apple's main development language into the early 1990s.
The Object Pascal extensions were added to `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f with the release of version 5.5 in 1989.`:cite-ref-13[`F5bf`_`[12`#cite-note-13]`_`f] Over the years, Object Pascal became the basis of the `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f system for `F33f`_`[Microsoft Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f, which is still used for developing Windows applications, and can `F33f`_`[cross-compile`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Cross-compile]`_`f code to other systems. `F33f`_`[Free Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Free_Pascal]`_`f is an open source, cross-platform alternative with its own graphical `F33f`_`[IDE`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Integrated_development_environment]`_`f called `F33f`_`[Lazarus`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Lazarus_(IDE)]`_`f.
>>Implementations
>>>Early compilers
The first Pascal `F33f`_`[compiler`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Compiler]`_`f was designed in `F33f`_`[Zürich`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Zürich]`_`f for the `F33f`_`[CDC 6000 series`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=CDC_6000_series]`_`f `F33f`_`[mainframe computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mainframe_computer]`_`f family. `F33f`_`[Niklaus Wirth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Niklaus_Wirth]`_`f reports that a first attempt to implement it in `F33f`_`[FORTRAN 66`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Fortran]`_`f in 1969 was unsuccessful due to FORTRAN 66's inadequacy to express complex data structures. The second attempt was implemented in a C-like language (Scallop by Max Engeli) and then translated by hand (by R. Schild) to Pascal itself for boot-strapping.`:cite-ref-14[`F5bf`_`[13`#cite-note-14]`_`f] It was operational by mid-1970. Many Pascal compilers since have been similarly `F33f`_`[self-hosting`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Self-hosting_(compilers)]`_`f, that is, the compiler is itself written in Pascal, and the compiler is usually capable of recompiling itself when new features are added to the language, or when the compiler is to be `F33f`_`[ported`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Porting]`_`f to a new environment. The `F33f`_`[GNU Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_Pascal]`_`f compiler is one notable exception, being written in C.
The first successful port of the CDC Pascal compiler to another mainframe was completed by Welsh and Quinn at the `F33f`_`[Queen's University of Belfast`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Queen's_University_of_Belfast]`_`f (QUB) in 1972. The target was the `F33f`_`[International Computers Limited`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=International_Computers_Limited]`_`f (ICL) `F33f`_`[1900 series`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ICT_1900_series]`_`f. This compiler, in turn, was the parent of the Pascal compiler for the Information Computer Systems (ICS) `F33f`_`[Multum`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Multum]`_`f minicomputer. The Multum port was developed – with a view to using Pascal as a systems programming language – by Findlay, Cupples, Cavouras and Davis, working at the Department of Computing Science in `F33f`_`[Glasgow University`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Glasgow_University]`_`f. It is thought that Multum Pascal, which was completed in the summer of 1973, may have been the first `F33f`_`[16-bit`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=16-bit_computing]`_`f implementation.
A completely new compiler was completed by Welsh et al. at QUB in 1977. It offered a source-language diagnostic feature (incorporating profiling, tracing and type-aware formatted postmortem dumps) that was implemented by Findlay and Watt at Glasgow University. This implementation was ported in 1980 to the `F33f`_`[ICL 2900`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ICL_2900]`_`f series by a team based at `F33f`_`[Southampton University`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Southampton_University]`_`f and Glasgow University. The Standard Pascal Model Implementation was also based on this compiler, having been adapted, by Welsh and Hay at `F33f`_`[Manchester University`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Manchester_University]`_`f in 1984, to check rigorously for conformity to the BSI 6192/ISO 7185 Standard and to generate code for a portable abstract machine.
The first Pascal `F33f`_`[compiler`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Compiler]`_`f written in North America was constructed at the `F33f`_`[University of Illinois`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=University_of_Illinois_at_Urbana–Champaign]`_`f under `F33f`_`[Donald B. Gillies`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Donald_B._Gillies]`_`f for the `F33f`_`[PDP-11`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PDP-11]`_`f and generated native machine code. Microsoft had Pascal compilers for IBM PCs, see `F33f`_`[Microsoft Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Pascal]`_`f.
>>>The Pascal-P system
To propagate the language rapidly, a compiler `*porting kit`* was created in Zürich that included a compiler that generated so called `F33f`_`[p-code`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=P-code_machine]`_`f for a `*virtual`* stack machine, i.e., code that lends itself to reasonably efficient interpretation, along with an interpreter for that code – the `*Pascal-P`* system. The P-system compilers were named Pascal-P1, Pascal-P2, Pascal-P3, and Pascal-P4. Pascal-P1 was the first version, and Pascal-P4 was the last to come from Zürich. The version termed Pascal-P1 was coined after the fact for the many different sources for Pascal-P that existed. The compiler was redesigned to enhance `F33f`_`[portability`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Software_portability]`_`f, and issued as Pascal-P2. This code was later enhanced to become Pascal-P3, with an intermediate code `F33f`_`[backward compatible`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Backward_compatible]`_`f with Pascal-P2, and Pascal-P4, which was not backward compatible.
The Pascal-P4 compiler–interpreter can still be run and compiled on systems compatible with original Pascal (as can Pascal-P2). However, it only accepts a subset of the Pascal language.
Pascal-P5, created outside the Zürich group, accepts the full Pascal language and includes ISO 7185 compatibility.
Pascal-P6 is a follow on to Pascal-P5 that along with other features, aims to be a compiler for specific CPUs, including AMD64.
`F33f`_`[UCSD Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=UCSD_Pascal]`_`f branched off Pascal-P2, where `F33f`_`[Kenneth Bowles`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Kenneth_Bowles]`_`f used it to create the `F33f`_`[interpretive`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Interpreter_(computing)]`_`f UCSD p-System. It was one of three operating systems available at the launch of the original `F33f`_`[IBM Personal Computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_Personal_Computer]`_`f.`:cite-ref-15[`F5bf`_`[14`#cite-note-15]`_`f] UCSD Pascal used an intermediate code based on byte values, and thus was one of the earliest `*`F33f`_`[bytecode`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Bytecode]`_`f compilers`*. `F33f`_`[Apple Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Pascal]`_`f was released in 1979 for the Apple II and `F33f`_`[Apple III`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_III]`_`f computer systems. It was an implementation of, or largely based on, UCSD Pascal. Pascal-P1 through Pascal-P4 were not, but rather based on the `F33f`_`[CDC 6600`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=CDC_6600]`_`f 60-bit word length.
A compiler based on the Pascal-P4 compiler, which created native binary `F33f`_`[object files`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=OS/360_Object_File_Format]`_`f, was released for the `F33f`_`[IBM System/370`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_System/370]`_`f `F33f`_`[mainframe computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mainframe_computer]`_`f by the `F33f`_`[Australian Atomic Energy Commission`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Australian_Atomic_Energy_Commission]`_`f; it was named the `*AAEC Pascal 8000 Compiler`* after the abbreviation of the name of the commission.`:cite-ref-16[`F5bf`_`[15`#cite-note-16]`_`f]
>>>Object Pascal and Turbo Pascal
Apple Computer created its own Lisa Pascal for the Lisa Workshop in 1982, and ported the compiler to the Apple Macintosh and `F33f`_`[MPW`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Macintosh_Programmer's_Workshop]`_`f in 1985. In 1985 `F33f`_`[Larry Tesler`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Larry_Tesler]`_`f, in consultation with Niklaus Wirth, defined Object Pascal and these extensions were incorporated in both the Lisa Pascal and Mac Pascal compilers.
In the 1980s, `F33f`_`[Anders Hejlsberg`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Anders_Hejlsberg]`_`f wrote the Blue Label Pascal compiler for the `F33f`_`[Nascom`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Nascom]`_`f-2. A reimplementation of this compiler for the `F33f`_`[IBM PC`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_PC]`_`f was marketed under the names Compas Pascal and PolyPascal before it was acquired by `F33f`_`[Borland`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Borland]`_`f and renamed `*Turbo Pascal`*.
`F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f became hugely popular, thanks to an aggressive pricing strategy, having one of the first full-screen IDEs, and very fast turnaround time (just seconds to compile, link, and run). It was written and highly optimized entirely in `F33f`_`[assembly language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Assembly_language]`_`f, making it `F33f`_`[smaller`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Memory_footprint]`_`f and faster than much of the competition.
In 1986, Anders ported Turbo Pascal to the Macintosh and incorporated Apple's Object Pascal extensions into Turbo Pascal. These extensions were then added back into the PC version of Turbo Pascal for version 5.5. At the same time `F33f`_`[Microsoft`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft]`_`f also implemented the Object Pascal compiler.`:cite-ref-17[`F5bf`_`[16`#cite-note-17]`_`f]`:cite-ref-18[`F5bf`_`[17`#cite-note-18]`_`f] Turbo Pascal 5.5 had a large influence on the Pascal community, which began concentrating mainly on the IBM PC in the late 1980s. Many PC hobbyists in search of a structured replacement for BASIC used this product. It also began to be adopted by professional developers. Around the same time a number of concepts were imported from `F33f`_`[C`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(programming_language)]`_`f to let Pascal programmers use the C-based `F33f`_`[application programming interface`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Application_programming_interface]`_`f (API) of `F33f`_`[Microsoft Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f directly. These extensions included null-terminated `F33f`_`[strings`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=String_(computer_science)]`_`f, `F33f`_`[pointer arithmetic`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pointer_arithmetic]`_`f, `F33f`_`[function pointers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Function_pointer]`_`f, an address-of operator, and unsafe `F33f`_`[typecasts`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Type_conversion]`_`f.
Turbo Pascal and other derivatives with `*unit`* or `*module`* structures are `F33f`_`[modular programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Modular_programming]`_`f languages. However, it does not provide a nested module concept or qualified import and export of specific symbols.
>>>Other variants
`F33f`_`[Super Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Super_Pascal]`_`f adds non-numeric labels, a return statement and expressions as names of types.
TMT Pascal was the first `F33f`_`[Borland`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Borland]`_`f-compatible compiler for `F33f`_`[32-bit`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=32-bit_computing]`_`f `F33f`_`[MS-DOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MS-DOS]`_`f compatible `F33f`_`[protected mode`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Protected_mode]`_`f, `F33f`_`[OS/2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=OS/2]`_`f, and `F33f`_`[Win32`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Win32]`_`f. It extends the language with function and `F33f`_`[operator overloading`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Operator_overloading]`_`f.
The universities of `F33f`_`[Wisconsin–Madison`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=University_of_Wisconsin–Madison]`_`f, `F33f`_`[Zürich`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=University_of_Zurich]`_`f, `F33f`_`[Karlsruhe`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Karlsruhe_Institute_of_Technology]`_`f, and `F33f`_`[Wuppertal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=University_of_Wuppertal]`_`f developed the `*Pascal-SC`*`:cite-ref-19[`F5bf`_`[18`#cite-note-19]`_`f]`:cite-ref-cadmus-1986-20-0[`F5bf`_`[19`#cite-note-cadmus-1986-20]`_`f] and `*Pascal-XSC`*`:cite-ref-21[`F5bf`_`[20`#cite-note-21]`_`f]`:cite-ref-22[`F5bf`_`[21`#cite-note-22]`_`f]`:cite-ref-23[`F5bf`_`[22`#cite-note-23]`_`f] (`*`F33f`_`[Extensions for Scientific Computation`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Extensions_for_Scientific_Computation]`_`f`*) compilers, aimed at programming numerical computations. Development for Pascal-SC started in 1978 supporting ISO 7185 Pascal level 0, but level 2 support was added at a later stage.`:cite-ref-wallis-1990-24-0[`F5bf`_`[23`#cite-note-wallis-1990-24]`_`f] Pascal-SC originally targeted the `F33f`_`[Z80`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Z80]`_`f processor, but was later rewritten for DOS (`F33f`_`[x86`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=X86]`_`f) and `F33f`_`[68000`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Motorola_68000]`_`f. Pascal-XSC has at various times been ported to Unix (Linux, `F33f`_`[SunOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SunOS]`_`f, `F33f`_`[HP-UX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=HP-UX]`_`f, `F33f`_`[AIX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_AIX]`_`f) and Microsoft/IBM (DOS with `F33f`_`[EMX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=EMX_(programming_environment)]`_`f, OS/2, `F33f`_`[Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Windows]`_`f) operating systems. It operates by generating intermediate C source code which is then compiled to a native executable. Some of the Pascal-SC language extensions have been adopted by `F33f`_`[GNU Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_Pascal]`_`f.
Pascal Sol was designed around 1983 by a French team to implement a `F33f`_`[Unix-like`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Unix-like]`_`f system named Sol. It was standard Pascal level-1 (with parameterized array bounds) but the definition allowed alternative keywords and predefined identifiers in French and the language included a few extensions to ease system programming (e.g. an equivalent to lseek).`:cite-ref-25[`F5bf`_`[24`#cite-note-25]`_`f] The Sol team later on moved to the `F33f`_`[ChorusOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ChorusOS]`_`f project to design a `F33f`_`[distributed operating system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Distributed_operating_system]`_`f.`:cite-ref-26[`F5bf`_`[25`#cite-note-26]`_`f]
`F33f`_`[IP Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IP_Pascal]`_`f is an implementation of the Pascal programming language using `F33f`_`[Micropolis`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Micropolis_(company)]`_`f DOS, but was moved rapidly to `F33f`_`[CP/M-80`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=CP/M-80]`_`f running on the Z80. It was moved to the `F33f`_`[80386`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=80386]`_`f machine types in 1994, and exists today as `F33f`_`[Windows XP`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Windows_XP]`_`f and Linux implementations. In 2008, the system was brought up to a new level and the resulting language termed "Pascaline" (after `F33f`_`[Pascal's calculator`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pascal's_calculator]`_`f). It includes objects, `F33f`_`[namespace`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Namespace]`_`f controls, `F33f`_`[dynamic arrays`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Dynamic_array]`_`f, and many other extensions, and generally features the same functionality and type protection as `F33f`_`[C#`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_Sharp_(programming_language)]`_`f. It is the only such implementation that is also compatible with the original Pascal implementation, which is standardized as ISO 7185.
>>Language constructs
Pascal, in its original form, is a purely `F33f`_`[procedural language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Procedural_language]`_`f and includes the traditional array of `F33f`_`[ALGOL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL]`_`f-like control structures with reserved words such as `B100`F9d9if`f`b, `B100`F9d9then`f`b, `B100`F9d9else`f`b, `B100`F9d9while`f`b, `B100`F9d9for`f`b, and `B100`F9d9case`f`b, ranging on a single statement or a `B100`F9d9begin`f`b-`B100`F9d9end`f`b statements block. Pascal also has data structuring constructs not included in the original `F33f`_`[ALGOL 60`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_60]`_`f `F33f`_`[types`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Type_system]`_`f, like `F33f`_`[records`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Record_(computer_science)]`_`f, variants, `F33f`_`[pointers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pointer_(computer_programming)]`_`f, `F33f`_`[enumerations`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Enumerated_type]`_`f, and `F33f`_`[sets`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Set_(computer_science)]`_`f and procedure pointers. Such constructs were in part inherited or inspired from `F33f`_`[Simula`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Simula]`_`f 67, `F33f`_`[ALGOL 68`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_68]`_`f, `F33f`_`[Niklaus Wirth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Niklaus_Wirth]`_`f's own `F33f`_`[ALGOL W`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_W]`_`f and suggestions by `F33f`_`[C. A. R. Hoare`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C._A._R._Hoare]`_`f.
Pascal programs start with the `B100`F9d9program`f`b `F33f`_`[keyword`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Keyword_(computer_programming)]`_`f with a list of external `F33f`_`[file descriptors`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=File_descriptor]`_`f as parameters`:cite-ref-iso-iec-7185-1990-6-10-27-0[`F5bf`_`[26`#cite-note-iso-iec-7185-1990-6-10-27]`_`f] (not required in Turbo Pascal etc.); then follows the main `F33f`_`[block`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Block_(programming)]`_`f bracketed by the `B100`F9d9begin`f`b and `B100`F9d9end`f`b keywords. `F33f`_`[Semicolons`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Semicolon]`_`f separate `F33f`_`[statements`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Statement_(programming)]`_`f, and the `F33f`_`[full stop`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Full_stop]`_`f (i.e., a period) ends the whole program (or `*unit`*). `F33f`_`[Letter case`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Letter_case]`_`f is ignored in Pascal source.
Here is an example of the source code in use for a very simple `F33f`_`["Hello, World!" program`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path="Hello,_World!"_program]`_`f:
program HelloWorld(output); begin WriteLn('Hello, World!') {No ";" is required after the last statement of a block - adding one adds a "null statement" to the program, which is ignored by the compiler.} end.
>>>Data types
A Type Declaration in Pascal is used to define a range of values which a variable of that type is capable of storing. It also defines a set of operations that are permissible to be performed on variables of that type. The predefined types are:
`t
| Data type | Type of values which the variable is capable of storing |
|---|---|
| integer | integer (whole) numbers |
| real | floating-point numbers |
| Boolean | the values True or False |
| char | a single character from an ordered character set |
| set | equivalent to an array of Boolean values |
| array | a countable group of any of the preceding data types, of records, or of other arrays |
| record | A collection of any of the preceding data types or of other records |
| string | a sequence or "string" of characters is declared as a "packed array of char" with a starting index of 1. These can be assigned string constants and individual characters can be accessed as elements of the array. |
`t
The range of values allowed for the basic types (except Boolean) is implementation defined. Functions are provided for some data conversions. For conversion of `B100`F9d9real`f`b to `B100`F9d9integer`f`b, the following functions are available: `B100`F9d9round`f`b (using `F33f`_`[rounding half away from zero`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Rounding]`_`f) and `B100`F9d9trunc`f`b (rounds towards zero).
The programmer has the freedom to define other commonly used data types (e.g. byte, string, etc.) in terms of the predefined types using Pascal's type declaration facility, for example
type byte = 0..255; signed_byte = -128..127; string = packed array[1..255] of char;
Often-used types like byte and string are already defined in many implementations.
Normally the system will use a `F33f`_`[word`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Word_(computer_architecture)]`_`f to store the data. For instance, the `B100`F9d9byte`f`b type may be stored in a machine integer - 32 bits perhaps - rather than an `F33f`_`[8-bit`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=8-bit_computing]`_`f value. Pascal does not contain language elements that allow the basic storage types to be defined more granularly. This capability was included in a number of Pascal extensions and follow-on languages, while others, like `F33f`_`[Modula-2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Modula-2]`_`f, expanded the built-in set to cover most machine data types like 16-bit integers.
The `B100`F9d9packed`f`b keyword tells the compiler to use the most efficient method of storage for the structured data types: sets, arrays and records, rather than using one `F33f`_`[word`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Word_(computer_architecture)]`_`f for each element. Packing may slow access on machines that do not offer easy access to parts of a word.
>>>Subrange types
Subranges of any `F33f`_`[ordinal data type`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Ordinal_data_type]`_`f (any simple type except real) can also be made:
var x : 1..10; y : 'a'..'z';
>>>Set types
In contrast with other programming languages from its time, Pascal supports a set type:`:cite-ref-mandell1987-28-0[`F5bf`_`[27`#cite-note-mandell1987-28]`_`f]
var Set1 : set of 1..10; Set2 : set of 'a'..'z';
A set is a fundamental concept for modern mathematics, and they may be used in many algorithms. Such a feature is useful and may be faster than an equivalent construct in a language that does not support sets. For example, for many Pascal compilers:
if i in [5..10] then ...
executes faster than:
if (i > 4) and (i < 11) then ...
Sets of non-contiguous values can be particularly useful, in terms of both performance and readability:
if i in [0..3, 7, 9, 12..15] then ...
For these examples, which involve sets over small domains, the improved performance is usually achieved by the compiler representing set variables as `F33f`_`[bit vectors`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Bit_vector]`_`f. The set `F33f`_`[operators`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Operator_(programming)]`_`f can then be implemented efficiently as bitwise machine code operations.
>>>Record types
An example of a Pascal record type:
type car = record length: integer; width: integer end;
An example of a variant record type:
type Shape = (Circle, Square, Triangle); Dimensions = record case Figure: Shape of Circle: (Diameter: real); Square: (Width: real); Triangle: (Side: real; Angle1, Angle2: 0..360) end;
Variant records allow several fields of the record to overlap each other to save space.
>>>Type declarations
Types can be defined from other types using type declarations:
type x = integer; y = x; ...
Further, complex types can be constructed from simple types:
type a = array[1..10] of integer; b = record x : integer; y : char {extra semicolon not strictly required} end; c = file of a;
Further, complex types can be constructed from other complex types recursively:
const Jack = 11; Queen = 12; King = 13; Ace = 14; type valueType = 2..Ace; suitType = club, diamond, heart, spade; cardType = record suit: suitType; value: valueType; end; deckType = array [1..52] of cardType; person = record surname: packed array [1..20] of char; age: integer; end; table = record hands: array [1..3] of deckType; players: array [1..4] of person; end;
>>>File type
type a = file of integer; b = record x : integer; y : char end; c = file of b;
As shown in the example above, Pascal `F33f`_`[files`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Computer_file]`_`f are sequences of components. Every file has a buffer variable which is denoted by `*f^`*. The procedures `*get`* (for reading) and `*put`* (for writing) move the buffer variable to the next element. Read is introduced such that `*read(f, x)`* is the same as `*x := f^; get(f);`*. Write is introduced such that `*write(f, x)`* is the same as `*f^ := x; put(f);`* The type `B100`F9d9text`f`b is predefined as file of char. While the buffer variable could be used for inspecting the next character to be used (check for a digit before reading an integer), this leads to serious problems with interactive programs in early implementations, but was solved later with the "lazy I/O" concept, which waits until the file buffer variable is actually accessed before performing file operations.
>>>Pointer types
Pascal supports the use of `F33f`_`[pointers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pointer_(computer_programming)]`_`f:
type pNode = ^Node; Node = record a : integer; b : char; c : pNode end; var NodePtr : pNode; IntPtr : ^integer;
Here the variable `*NodePtr`* is a pointer to the data type `*Node`*, a record. Pointers can be used before they are declared. This is a `F33f`_`[forward declaration`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Forward_declaration]`_`f, an exception to the rule that things must be declared before they are used.
To create a new record and assign the value `*10`* and character `*A`* to the fields `*a`* and `*b`* in the record, and to initialise the pointer `*c`* to the `F33f`_`[null pointer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Null_pointer]`_`f ("NIL" in Pascal), the statements would be:
new(NodePtr); ... NodePtr^.a := 10; NodePtr^.b := 'A'; NodePtr^.c := nil; ...
This could also be done using the `B100`F9d9with`f`b statement, as follows:
`B100`F9d9new(NodePtr);`f`b
`B100`F9d9...`f`b
`B100`F9d9with NodePtr^ do`f`b
`B100`F9d9begin`f`b
`B100`F9d9 a := 10;`f`b
`B100`F9d9 b := 'A';`f`b
`B100`F9d9 c := nil`f`b
`B100`F9d9end;`f`b
`B100`F9d9...`f`b
Inside of the scope of the `*with`* statement, a and b refer to the subfields of the record pointer `*NodePtr`* and not to the record Node or the pointer type pNode.
`F33f`_`[Linked lists`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Linked_list]`_`f, `F33f`_`[stacks`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Stack_(abstract_data_type)]`_`f and `F33f`_`[queues`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Queue_(abstract_data_type)]`_`f can be created by including a pointer type field (c) in the record.
Unlike many languages that feature pointers, Pascal only allows pointers to reference dynamically created variables that are anonymous, and does not allow them to reference standard static or local variables. Pointers also must have an associated type, and a pointer to one type is not compatible with a pointer to another type (e.g. a pointer to a char is not compatible with a pointer to an integer). This helps eliminate the type security issues inherent with other pointer implementations, particularly those used for `F33f`_`[PL/I`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PL/I]`_`f or `F33f`_`[C`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(Programming_Language)]`_`f. It also removes some risks caused by `F33f`_`[dangling pointers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Dangling_pointers]`_`f, but the ability to dynamically deallocate referenced space by using the `*dispose`* function (which has the same effect as the `*free`* library function found in `F33f`_`[C`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(programming_language)]`_`f) means that the risk of dangling pointers has not been eliminated`:cite-ref-hoare-sneeringer-welsh-1977-29-0[`F5bf`_`[28`#cite-note-hoare-sneeringer-welsh-1977-29]`_`f] as it has in languages such as Java and C#, which provide `F33f`_`[automatic garbage collection`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Garbage_collection_(computer_science)]`_`f (but which do not eliminate the related problem of `F33f`_`[memory leaks`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Memory_leak]`_`f).
Some of these restrictions can be lifted in newer dialects.
>>>Control structures
Pascal is a `F33f`_`[structured programming`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Structured_programming]`_`f language, meaning that the flow of control is structured into standard `F33f`_`[statements`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Statement_(programming)]`_`f, usually without '`F33f`_`[goto`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Goto_(command)]`_`f' commands.
while a <> b do WriteLn('Waiting'); if a > b then WriteLn('Condition met') {no semicolon allowed before else} else WriteLn('Condition not met'); for i := 1 to 10 do {no semicolon here as it would detach the next statement} WriteLn('Iteration: ', i); repeat a := a + 1 until a = 10; case i of 0 : Write('zero'); 1 : Write('one'); 2 : Write('two'); 3,4,5,6,7,8,9,10: Write('?') end;
>>>Procedures and functions
Pascal structures programs into procedures and functions. Generally, a procedure is used for its side effects, whereas a function is used for its return value.
program Printing(output); var i : integer; procedure PrintAnInteger(j : integer); begin ... end; function triple(x: integer): integer; begin triple := x * 3 end; begin { main program } ... PrintAnInteger(i); PrintAnInteger(triple(i)) end.
Procedures and functions can be nested to any depth, and the 'program' construct is the logical outermost block.
By default, parameters are passed by value. If 'var' precedes a parameter's name, it is passed by reference.
Each procedure or function can have its own declarations of goto labels, constants, types, variables, and other procedures and functions, which must all be in that order. This ordering requirement was originally intended to allow efficient `F33f`_`[single-pass compilation`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Single-pass_compilation]`_`f. However, in some dialects (such as `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f) the strict ordering requirement of declaration sections has been relaxed.
>>>Semicolons as statement separators
Pascal adopted many language syntax features from the `F33f`_`[ALGOL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL]`_`f language, including the use of a semicolon as a statement separator. This is in contrast to other languages, such as `F33f`_`[PL/I`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PL/I]`_`f and `F33f`_`[C`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(programming_language)]`_`f, which use the semicolon as a statement terminator. No semicolon is needed before the `B100`F9d9end`f`b keyword of a record type declaration, a block, or a `*case`* statement; before the `B100`F9d9until`f`b keyword of a repeat statement; and before the `B100`F9d9else`f`b keyword of an `*if`* statement.
The presence of an extra semicolon was not permitted in early versions of Pascal. However, the addition of `F33f`_`[ALGOL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL]`_`f-like empty statements in the 1973 `*Revised Report`* and later changes to the language in ISO 7185:1983 now allow for optional semicolons in most of these cases. A semicolon is still not permitted immediately before the `B100`F9d9else`f`b keyword in an `*if`* statement, because the `B100`F9d9else`f`b follows a single statement, not a statement sequence. In the case of nested ifs, a semicolon cannot be used to avoid the `F33f`_`[dangling else`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Dangling_else]`_`f problem (where the inner if does not have an else, but the outer if does) by putatively terminating the nested if with a semicolon – this instead terminates both if clauses. Instead, an explicit `B100`F9d9begin`f`b...`B100`F9d9end`f`b block must be used.`:cite-ref-30[`F5bf`_`[29`#cite-note-30]`_`f]
>>Resources
>>>Compilers and interpreters
Several Pascal compilers and interpreters are available for general use:
• `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f is Embarcadero's (formerly Borland/CodeGear) flagship `F33f`_`[rapid application development`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Rapid_application_development]`_`f (RAD) product. It uses the Object Pascal language (termed 'Delphi' by Borland), descended from Pascal, to create applications for `F33f`_`[Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f, `F33f`_`[macOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MacOS]`_`f, `F33f`_`[iOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IOS]`_`f, and `F33f`_`[Android`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Android_(operating_system)]`_`f. The `F33f`_`[.NET`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=.NET]`_`f support that existed from D8 through D2005, D2006, and D2007 has been terminated, and replaced by a new language (Prism, which is rebranded Oxygene, see below) that is not fully backward compatible. In recent years `F33f`_`[Unicode`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Unicode]`_`f support and `F33f`_`[generics`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Generic_programming]`_`f were `F33f`_`[added`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Generic_programming]`_`f (D2009, D2010, Delphi XE).
• `F33f`_`[Free Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Free_Pascal]`_`f is a `F33f`_`[cross-platform`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Cross-platform_software]`_`f compiler written in `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f (and is `F33f`_`[self-hosting`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Self-hosting_(compilers)]`_`f). It is aimed at providing a convenient and powerful compiler, both able to compile legacy applications and to be the means to develop new ones. It is distributed under the `F33f`_`[GNU General Public License`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_General_Public_License]`_`f (GNU GPL), while packages and runtime `F33f`_`[library`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Library_(computing)]`_`f come under a modified `F33f`_`[GNU Lesser General Public License`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_Lesser_General_Public_License]`_`f (GNU LGPL). In addition to compatibility modes for `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f, Delphi, and Mac Pascal, it has its own procedural and object-oriented syntax modes with support for extended features such as `F33f`_`[operator overloading`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Operator_overloading]`_`f. It supports many platforms and operating systems. Current versions also feature an ISO mode.
• `F33f`_`[Turbo51`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo51]`_`f is a free Pascal compiler for the `F33f`_`[Intel 8051`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Intel_8051]`_`f family of microcontrollers, with `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f 7 syntax.
• `F33f`_`[Oxygene`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Oxygene_(programming_language)]`_`f (formerly named `*Chrome`*) is an Object Pascal compiler for the `F33f`_`[.NET`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=.NET]`_`f and `F33f`_`[Mono`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mono_(software)]`_`f platforms. It was created and is sold by `F33f`_`[RemObjects Software`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=RemObjects_Software]`_`f, and sold for a while by Embarcadero as the backend compiler of Prism.
• `F33f`_`[Kylix`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Kylix_(software)]`_`f was a descendant of `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f, with support for the `F33f`_`[Linux`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Linux]`_`f operating system and an improved object library. It is no longer supported. Compiler and IDE are available now for non-commercial use.
• `F33f`_`[GNU Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_Pascal]`_`f Compiler (GPC) is the Pascal compiler of the `F33f`_`[GNU Compiler Collection`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_Compiler_Collection]`_`f (GCC). The compiler is written in C, the runtime library mostly in Pascal. Distributed under the `F33f`_`[GNU General Public License`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GNU_General_Public_License]`_`f, it runs on many platforms and operating systems. It supports the ANSI/ISO standard languages and has partial Turbo Pascal dialect support. One of the more notable omissions is the absence of a fully Turbo Pascal-compatible (short)string type. Support for Borland Delphi and other language variants is quite limited. There is some support for Mac-pascal, however.
• `F33f`_`[Virtual Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Virtual_Pascal]`_`f was created by Vitaly Miryanov in 1995 as a native OS/2 compiler compatible with Borland Pascal syntax. Then, it had been commercially developed by fPrint, adding Win32 support, and in 2000 it became freeware. Today it can compile for Win32, OS/2, and Linux, and is mostly compatible with Borland Pascal and Delphi. Development was canceled on April 4, 2005.
• `F33f`_`[Pascal-P4`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pascal-P4]`_`f compiler, the basis for many subsequent Pascal-implemented-in-Pascal compilers. It implements a subset of full Pascal.
• `F33f`_`[Pascal-P5`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pascal-P5]`_`f compiler is an ISO 7185 (full Pascal) adaption of Pascal-P4.
• Pascal-P6 compiler is an extended version of Pascal adaption of Pascal-P5 according to the Pascaline language specification.
• Smart Mobile Studio is a Pascal to `F33f`_`[HTML5`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=HTML5]`_`f/`F33f`_`[JavaScript`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=JavaScript]`_`f compiler
• `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f was the dominant Pascal compiler for PCs during the 1980s and early 1990s, popular both because of its powerful extensions and extremely short compilation times. Turbo Pascal was compactly written and could compile, run, and debug all from memory without accessing disk. Slow `F33f`_`[floppy disk drives`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Floppy_disk_drive]`_`f were common for programmers at the time, further magnifying Turbo Pascal's speed advantage. Currently, older versions of Turbo Pascal (up to 5.5) are available for free download from Borland's site.
• `F33f`_`[IP Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IP_Pascal]`_`f implements the language "Pascaline" (named after `F33f`_`[Pascal's calculator`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pascal's_calculator]`_`f), which is a highly extended Pascal compatible with original Pascal according to ISO 7185. It features modules with namespace control, including parallel tasking modules with semaphores, objects, dynamic arrays of any dimensions that are allocated at runtime, overloads, overrides, and many other extensions. IP Pascal has a built-in portability library that is custom tailored to the Pascal language. For example, a standard text output application from 1970's original Pascal can be recompiled to work in a window and even have graphical constructs added.
• Pascal-XT was created by `F33f`_`[Siemens`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Siemens]`_`f for their `F33f`_`[mainframe`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mainframe_computer]`_`f operating systems `F33f`_`[BS2000`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=BS2000]`_`f and `F33f`_`[SINIX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SINIX]`_`f.
• PocketStudio is a Pascal subset compiler and RAD tool for `F33f`_`[Palm OS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Palm_OS]`_`f and MC68xxx processors with some of its own extensions to assist interfacing with the Palm OS `F33f`_`[API`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Application_programming_interface]`_`f. It resembles Delphi and Lazarus with a visual form designer, an object inspector and a `F33f`_`[source code editor`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Source_code_editor]`_`f.
• MIDletPascal – A Pascal compiler and IDE that generates small and fast Java bytecode specifically designed to create software for mobiles.
• Vector Pascal is a language for `F33f`_`[SIMD`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SIMD]`_`f instruction sets such as the `F33f`_`[MMX`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MMX_(instruction_set)]`_`f and the `F33f`_`[AMD`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=AMD]`_`f `F33f`_`[3d Now`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=3DNow!]`_`f, supporting all `F33f`_`[Intel`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Intel]`_`f and AMD processors, and `F33f`_`[Sony`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Sony]`_`f's `F33f`_`[PlayStation 2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PlayStation_2]`_`f `F33f`_`[Emotion Engine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Emotion_Engine]`_`f.
• Morfik Pascal allows the development of `F33f`_`[Web applications`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Web_application]`_`f entirely written in Object Pascal (both server and browser side).
• WDSibyl – Visual Development Environment and Pascal compiler for Win32 and OS/2.
• PP Compiler, a compiler for Palm OS that runs directly on the handheld computer.
• CDC 6000 Pascal compiler is the source code for the first (CDC 6000) Pascal compiler.
• Pascal-S`:cite-ref-31[`F5bf`_`[30`#cite-note-31]`_`f]
• AmigaPascal is a free Pascal compiler for `F33f`_`[Amiga`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Amiga]`_`f systems.
• VSI Pascal for OpenVMS (formerly HP Pascal for OpenVMS, Compaq Pascal, DEC Pascal, VAX Pascal and originally VAX-11 Pascal`:cite-ref-32[`F5bf`_`[31`#cite-note-32]`_`f]) is a Pascal compiler that runs on `F33f`_`[OpenVMS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=OpenVMS]`_`f systems.`:cite-ref-vsi-spd-33-0[`F5bf`_`[32`#cite-note-vsi-spd-33]`_`f] It was also supported under `F33f`_`[Tru64`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Tru64]`_`f.`:cite-ref-34[`F5bf`_`[33`#cite-note-34]`_`f]`:cite-ref-35[`F5bf`_`[34`#cite-note-35]`_`f] VSI Pascal for OpenVMS is compatible with ISO/IEC 7185:1990 Pascal as well some of ISO/IEC 10206:1990 Extended Pascal, and also includes its own extensions.`:cite-ref-vsi-spd-33-1[`F5bf`_`[32`#cite-note-vsi-spd-33]`_`f] The compiler `F33f`_`[frontend`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Compiler]`_`f is implemented in `F33f`_`[BLISS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=BLISS]`_`f.`:cite-ref-ecube-36-0[`F5bf`_`[35`#cite-note-ecube-36]`_`f]
• Stony Brook Pascal+ was a 16-bit (later 32-bit) optimizing compiler for DOS and OS/2, marketed as a direct replacement for Turbo Pascal, but producing code that executed at least twice as fast.
>>>IDEs
• `F33f`_`[Dev-Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Dev-Pascal]`_`f is a Pascal `F33f`_`[IDE`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Integrated_development_environment]`_`f that was designed in Borland `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f and which supports Free Pascal and GNU Pascal as backends.
• `F33f`_`[Lazarus`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Lazarus_(software)]`_`f is a free Delphi-like visual cross-platform IDE for `F33f`_`[rapid application development`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Rapid_application_development]`_`f (RAD). Based on `F33f`_`[Free Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Free_Pascal]`_`f, Lazarus is available for numerous platforms including `F33f`_`[Linux`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Linux]`_`f, `F33f`_`[FreeBSD`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=FreeBSD]`_`f, `F33f`_`[macOS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MacOS]`_`f and `F33f`_`[Microsoft Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f.
• Fire (macOS) and Water (Windows) for the `F33f`_`[Oxygene`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Oxygene_(programming_language)]`_`f and the Elements Compiler
>>>Libraries
• WOL Library for creating GUI applications with the Free Pascal Compiler.
>>Standards
>>>ISO/IEC 7185:1990 Pascal
In 1983, the language was standardized in the international standard IEC/ISO 7185`:cite-ref-37[`F5bf`_`[36`#cite-note-37]`_`f] and several local country-specific standards, including the American ANSI/IEEE770X3.97-1983, and ISO 7185:1983. These two standards differed only in that the ISO standard included a "level 1" extension for conformant arrays (an array where the boundaries of the array are not known until run time), where ANSI did not allow for this extension to the original (Wirth version) language. In 1989, ISO 7185 was revised (ISO 7185:1990) to correct various errors and ambiguities found in the original document.
The ISO 7185 was stated to be a clarification of Wirth's 1974 language as detailed by the User Manual and Report [Jensen and Wirth], but was also notable for adding "Conformant Array Parameters" as a level 1 to the standard, level 0 being Pascal without conformant arrays. This addition was made at the request of `F33f`_`[C. A. R. Hoare`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C._A._R._Hoare]`_`f, and with the approval of Niklaus Wirth. The precipitating cause was that Hoare wanted to create a Pascal version of the `F33f`_`[(NAG) Numerical Algorithms Library`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=NAG_Numerical_Libraries]`_`f, which had originally been written in FORTRAN, and found that it was not possible to do so without an extension that would allow array parameters of varying size. Similar considerations motivated the inclusion in ISO 7185 of the facility to specify the parameter types of procedural and functional parameters.
Niklaus Wirth himself referred to the 1974 language as "the Standard", for example, to differentiate it from the machine specific features of the `F33f`_`[CDC 6000`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=CDC_6000]`_`f compiler. This language was documented in `*The Pascal Report`*,`:cite-ref-38[`F5bf`_`[37`#cite-note-38]`_`f] the second part of the "Pascal users manual and report".
On the large machines (mainframes and minicomputers) Pascal originated on, the standards were generally followed. On the `F33f`_`[IBM PC`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_Personal_Computer]`_`f, they were not. On IBM PCs, the Borland standards Turbo Pascal and Delphi have the greatest number of users. Thus, it is typically important to understand whether a particular implementation corresponds to the original Pascal language, or a Borland dialect of it.
The IBM PC versions of the language began to differ with the advent of UCSD Pascal, an interpreted implementation that featured several extensions to the language, along with several omissions and changes. Many UCSD language features survive today, including in Borland's dialect.
>>>ISO/IEC 10206:1990 Extended Pascal
In 1990, an extended Pascal standard was created as ISO/IEC 10206,`:cite-ref-39[`F5bf`_`[38`#cite-note-39]`_`f] which is identical in technical content`:cite-ref-iso-ansi-identical-40-0[`F5bf`_`[39`#cite-note-iso-ansi-identical-40]`_`f] to IEEE/ANSI 770X3.160-1989`:cite-ref-41[`F5bf`_`[40`#cite-note-41]`_`f] As of 2019, Support of Extended Pascal in `F33f`_`[FreePascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=FreePascal]`_`f Compiler is planned.`:cite-ref-42[`F5bf`_`[41`#cite-note-42]`_`f]
>>>Variations
Niklaus Wirth's Zürich version of Pascal was issued outside `F33f`_`[ETH`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ETH_Zürich]`_`f in two basic forms: the CDC 6000 compiler source, and a porting kit called Pascal-P system. The Pascal-P compiler left out several features of the full language that were not required to bootstrap the compiler. For example, procedures and functions used as parameters, undiscriminated variant records, packing, dispose, interprocedural gotos and other features of the full compiler were omitted.
`F33f`_`[UCSD Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=UCSD_Pascal]`_`f, under Professor `F33f`_`[Kenneth Bowles`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Kenneth_Bowles]`_`f, was based on the Pascal-P2 kit, and consequently shared several of the Pascal-P language restrictions. UCSD Pascal was later adopted as Apple Pascal, and continued through several versions there. Although UCSD Pascal actually expanded the subset Pascal in the Pascal-P kit by adding back standard Pascal constructs, it was still not a complete standard installation of Pascal.
In the early 1990s, `F33f`_`[Alan Burns`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Alan_Burns_(professor)]`_`f and Geoff Davies developed Pascal-FC, an extension to Pl/0 (from the Niklaus' book `*Algorithms + Data Structures = Programs`*). Several constructs were added to use Pascal-FC as a teaching tool for Concurrent Programming (such as semaphores, monitors, channels, remote-invocation and resources). To be able to demonstrate concurrency, the compiler output (a kind of `F33f`_`[P-code`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=P-code_machine]`_`f) could then be executed on a virtual machine. This virtual machine not only simulated a normal – fair – environment, but could also simulate extreme conditions (unfair mode).
>>>>Borland-like Pascal compilers
`F33f`_`[Borland`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Borland]`_`f's `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f, written by `F33f`_`[Anders Hejlsberg`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Anders_Hejlsberg]`_`f, was written in assembly language independent of UCSD and the Zürich compilers. However, it adopted much of the same subset and extensions as the UCSD compiler. This is probably because the UCSD system was the most common Pascal system suitable for developing applications on the resource-limited microprocessor systems available at that time.
The `F33f`_`[shrink-wrapped`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Shrink-wrapped]`_`f Turbo Pascal version 3 and later incarnations, including Borland's `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f and `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f and non-Borland near-compatibles became popular with programmers including shareware authors, and so the SWAG library of Pascal code features a large amount of code written with such versions as Delphi in mind.
Software products (`F33f`_`[compilers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Compiler]`_`f, and IDE/`F33f`_`[Rapid Application Development`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Rapid_Application_Development]`_`f (RAD)) in this category:
• `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f – "TURBO.EXE" up to version 7, and Turbo Pascal for Windows ("TPW") and `F33f`_`[Turbo Pascal for Macintosh`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f.
• Pure Pascal and HiSPeed Pascal 2 Pascal language Environment for the `F33f`_`[Atari ST`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Atari_ST]`_`f range of computers.
• `F33f`_`[Borland Pascal 7`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f – A professional version of Turbo Pascal line which targeted both DOS and Windows.
• `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f – an extension of the Pascal language that was developed at `F33f`_`[Apple Computer`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Apple_Computer]`_`f by a team led by `F33f`_`[Larry Tesler`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Larry_Tesler]`_`f in consultation with `F33f`_`[Niklaus Wirth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Niklaus_Wirth]`_`f, the inventor of Pascal; its features were added to Borland's `F33f`_`[Turbo Pascal for Macintosh`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f and in 1989 for Turbo Pascal 5.5 for DOS.
• `F33f`_`[Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f – Object Pascal is essentially its underlying language.
• `F33f`_`[Free Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Free_Pascal]`_`f compiler (FPC) – Free Pascal adopted the standard dialect of Borland Pascal programmers, Borland Turbo Pascal and, later, Delphi.
• `F33f`_`[PascalABC.NET`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PascalABC.NET]`_`f – a new generation Pascal programming language including compiler and IDE.
• `F33f`_`[Borland Kylix`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Kylix_(software)]`_`f is a compiler and IDE formerly sold by Borland, but later discontinued. It is a `F33f`_`[Linux`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Linux]`_`f version of the `F33f`_`[Borland Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Delphi_(software)]`_`f software development environment and `F33f`_`[C++Builder`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C++Builder]`_`f.
• `F33f`_`[Lazarus`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Lazarus_(IDE)]`_`f – similar to Kylix in function, is a free cross-platform visual IDE for RAD using the Free Pascal compiler, which supports dialects of `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f to varying degrees.
• `F33f`_`[Virtual Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Virtual_Pascal]`_`f – VP2/1 is a fully Borland Pascal– and Borland Delphi–compatible 32-bit Pascal compiler for OS/2 and Windows 32 (with a Linux version "on the way").`:cite-ref-43[`F5bf`_`[42`#cite-note-43]`_`f]
• Sybil is an open source Delphi-like IDE and compiler; implementations include:
• WDSibyl`:cite-ref-44[`F5bf`_`[43`#cite-note-44]`_`f] for `F33f`_`[Microsoft Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f and `F33f`_`[OS/2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=OS/2]`_`f, a commercial Borland Pascal compatible environment released by a company named Speedsoft that was later developed into a Delphi-like `F33f`_`[rapid application development`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Rapid_application_development]`_`f (RAD) environment named Sybil and then open sourced under the GPL when that company closed down;
• Open Sybil, which is an ongoing project, an `F33f`_`[open source`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Open-source_software]`_`f tool for OS/2 and eCS that was originally based on Speedsoft's WDsybl Sibyl Portable Component Classes (SPCC) and Sibyl Visual Development Tool (SVDE) sources, but now its core is `F33f`_`[IBM System Object Model`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IBM_System_Object_Model]`_`f (SOM), WPS and `F33f`_`[OpenDoc`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=OpenDoc]`_`f.`:cite-ref-45[`F5bf`_`[44`#cite-note-45]`_`f]
>>>List of related standards
• `F33f`_`[ISO`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=International_Organization_for_Standardization]`_`f 8651-2:1988 `*Information processing systems – Computer graphics – Graphical Kernel System (GKS) language bindings – Part 2: Pascal`*
>>Reception
Pascal generated a wide variety of responses in the computing community, both critical and complimentary.
>>>Early criticism
Wirth's initial definition of the language was widely criticized. In particular, `F33f`_`[Nico Habermann`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Nico_Habermann]`_`f commented in his "Critical Comments on the Programming Language Pascal" (1973) that many of its constructs were poorly defined, in particular for `F33f`_`[data types`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Data_type]`_`f, `F33f`_`[ranges`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Range_(computer_programming)]`_`f, `F33f`_`[structures`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Record_(computer_science)]`_`f, and `F33f`_`[goto`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Goto]`_`f.`:cite-ref-46[`F5bf`_`[45`#cite-note-46]`_`f] Later, `F33f`_`[Brian Kernighan`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Brian_Kernighan]`_`f, who popularized the `F33f`_`[C language`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=C_(programming_language)]`_`f, outlined his criticisms of Pascal in 1981 in his article "Why Pascal is Not My Favorite Programming Language".`:cite-ref-47[`F5bf`_`[46`#cite-note-47]`_`f] The most serious problem Kernighan described was that array sizes and string lengths were part of the type, so it was not possible to write a function that would accept variable-length arrays or even strings as parameters. This made it unfeasible to write, for example, a sorting library. Kernighan also criticized the unpredictable order of evaluation of Boolean expressions, poor library support, and lack of `F33f`_`[static variables`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Static_variable]`_`f, and raised a number of smaller issues. Also, he stated that the language did not provide any simple constructs to "escape" (knowingly and forcibly ignore) restrictions and limitations. More general complaints from other sources`:cite-ref-hoare-sneeringer-welsh-1977-29-1[`F5bf`_`[28`#cite-note-hoare-sneeringer-welsh-1977-29]`_`f]`:cite-ref-48[`F5bf`_`[47`#cite-note-48]`_`f] noted that the scope of declarations was not clearly defined in the original language definition, which sometimes had serious consequences when using `F33f`_`[forward declarations`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Forward_declaration]`_`f to define pointer types, or when record declarations led to `F33f`_`[mutual recursion`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Recursive_data_type]`_`f, or when an identifier may or may not have been used in an enumeration list. Another difficulty was that, like `F33f`_`[ALGOL 60`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ALGOL_60]`_`f, the language did not allow procedures or functions passed as parameters to predefine the expected type of their parameters.
>>>Rising popularity in the 1970s and 1980s
In the two decades after 1975, Pascal gained increasing attention and became a major programming language for important platforms (including Apple II, Apple III, Apple Lisa, Commodore systems, Z-80-based machines and IBM PC) due to the availability of UCSD Pascal and Turbo Pascal.`:cite-ref-49[`F5bf`_`[48`#cite-note-49]`_`f]
Despite initial criticisms, Pascal continued to evolve, and most of Kernighan's points do not apply to versions of the language which were enhanced to be suitable for commercial product development, such as Borland's `F33f`_`[Turbo Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Turbo_Pascal]`_`f. As Kernighan predicted in his article, most of the extensions to fix these issues were incompatible from compiler to compiler. Since the early 1990s, however, most of the varieties seem condensed into two categories: ISO and Borland-like. Extended Pascal addresses many of these early criticisms. It supports variable-length strings, variable initialization, separate compilation, short-circuit Boolean operators, and default (`B100`F9d9otherwise`f`b) clauses for case statements.`:cite-ref-50[`F5bf`_`[49`#cite-note-50]`_`f]
Some of the problems arising from the differences in the implementations of Pascal were later partly solved by the advent of Free Pascal, which supports several dialects with mode directives.`:cite-ref-51[`F5bf`_`[50`#cite-note-51]`_`f]
>>Notes
`:cite-note-5`!a.`! `F0af`_`[↑`#cite-ref-5]`_`f In an issue of `*`F33f`_`[Electronics`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Electronics_(magazine)]`_`f`* in 1978, Wirth explained why he named the language after Blaise Pascal: "Actually, I am neither capable of fully understanding his philosophy nor of appreciating his religious exaltations. Pascal, however, was (perhaps one of) the first to invent and construct `F33f`_`[a device`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Pascal's_calculator]`_`f that we now classify as a digital computer."`:cite-ref-4[`F5bf`_`[4`#cite-note-4]`_`f]
>>See also
• `F33f`_`[Ada (programming language)`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Ada_(programming_language)]`_`f
• `F33f`_`[Concurrent Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Concurrent_Pascal]`_`f
• `F33f`_`[Comparison of Pascal and Delphi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Comparison_of_Pascal_and_Delphi]`_`f
• `F33f`_`[Comparison of Pascal and C`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Comparison_of_Pascal_and_C]`_`f
• `F33f`_`[Modula-2`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Modula-2]`_`f
• `F33f`_`[Oberon (programming language)`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Oberon_(programming_language)]`_`f
• `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f
• `F33f`_`[PascalCase`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PascalCase]`_`f
• `F33f`_`[Standard ML`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Standard_ML]`_`f
>>References
`:cite-note-1`!1.`! "About Microsoft's "Delegates"". Archived from the original on 2012-06-27. We looked very carefully at Delphi `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f and built a working prototype of bound method references in order to understand their interaction with the Java programming language and its APIs ... Our conclusion was that bound method references are unnecessary and detrimental to the language. This decision was made in consultation with Borland International, who had previous experience with bound method references in Delphi `F33f`_`[Object Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object_Pascal]`_`f.
`:cite-note-2`!2.`! `:citereftechmetrix-research1999`aTechMetrix Research (1999). "History of Java" (PDF). `*Java Application Servers Report`*. Archived from the original (PDF) on 2010-12-29. Retrieved 2009-10-16. The project went ahead under the name "green" and the language was based on an old model of `F33f`_`[UCSD Pascal`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=UCSD_Pascal]`_`f, which makes it possible to generate interpretive code
`:cite-note-3`!3.`! "A Conversation with James Gosling – ACM Queue". Archived from the original on 16 July 2015. Retrieved 11 August 2015.
`:cite-note-4`!4.`! `F0af`_`[↑`#cite-ref-4]`_`f `:citerefwirth1978`a`F33f`_`[Wirth, Niklaus`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Niklaus_Wirth]`_`f (1978-12-21). Anderson, Kemp (ed.). "Obeisance to Pascal, inventor" (PDF). Readers' comments. `*`F33f`_`[Electronics`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Electronics_(magazine)]`_`f`*. Dan McMillan. p. 6. `F33f`_`[ISSN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISSN_(identifier)]`_`f 0013-5070. Archived (PDF) from the original on 2024-05-20. Retrieved 2024-08-13.
`:cite-note-6`!5.`! `F0af`_`[↑`#cite-ref-6]`_`f `:citerefwirth2000`aWirth, Niklaus (2000). "The Development of Procedural Programming Languages Personal Contributions and Perspectives". `*Modular Programming Languages`*. Lecture Notes in Computer Science. Vol. 1897. pp. 1–10. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/10722581_1. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-3-540-67958-5.
`:cite-note-7`!6.`! `F0af`_`[↑`#cite-ref-7]`_`f `:citerefwirth1971`aWirth, N. (1971). "The Programming Language Pascal". `*Acta Informatica`*. `!1`! (1): 35–63. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/BF00264291. `F33f`_`[hdl`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Hdl_(identifier)]`_`f:20.500.11850/68712.
`:cite-note-8`!7.`! `F0af`_`[↑`#cite-ref-8]`_`f `:citerefwirth1996`aWirth, N. (January 1996). "Recollections about the development of Pascal". `*History of programming languages---II`*. pp. 97–120. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1145/234286.1057812. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 0-201-89502-1.
`:cite-note-9`!8.`! `F0af`_`[↑`#cite-ref-9]`_`f Hertzfeld, Andy. "Hungarian folklore.org Archived 2015-11-18 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f: Macintosh Stories. Retrieved 2012-03-06.
`:cite-note-10`!9.`! `F0af`_`[↑`#cite-ref-10]`_`f https://www.computerhistory.org/atchm/adobe-photoshop-source-code/ Archived 2014-05-07 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f, Adobe Photoshop Source Code
`:cite-note-11`!10.`! `F0af`_`[↑`#cite-ref-11]`_`f "RAD Studio Application Showcase". 2021-10-29.
`:cite-note-12`!11.`! `F0af`_`[↑`#cite-ref-12]`_`f tiobe.com Archived 2012-03-15 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f, Programming Community Index for January 2011.
`:cite-note-13`!12.`! `F0af`_`[↑`#cite-ref-13]`_`f "Antique Software: Turbo Pascal v5.5". Archived from the original on 2010-11-24. Retrieved 2018-05-17.
`:cite-note-14`!13.`! `F0af`_`[↑`#cite-ref-14]`_`f Computers and Computing. A Personal Perspective. Archived 2017-05-10 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f by Niklaus Wirth
`:cite-note-15`!14.`! `F0af`_`[↑`#cite-ref-15]`_`f cbi.umn.edu, "An Interview with John Brackett and Doug Ross", p15, Charles Babbage Institute, 2004
`:cite-note-16`!15.`! `F0af`_`[↑`#cite-ref-16]`_`f Australian Atomic Energy Commission Research Establishment, Lucas Heights, Nuclear Science and Technology Branch Report, Divisional Research (PDF). `*International Atomic Energy Agency (IEAE)`* (Report). 1977. p. 22.
`:cite-note-17`!16.`! `F0af`_`[↑`#cite-ref-17]`_`f Jon Udell, Crash of the Object-Oriented Pascals, BYTE, July, 1989.
`:cite-note-18`!17.`! `F0af`_`[↑`#cite-ref-18]`_`f M. I. Trofimov, The End of Pascal?, BYTE, March, 1990, p. 36.
`:cite-note-19`!18.`! `F0af`_`[↑`#cite-ref-19]`_`f `:citerefrall1987`aRall, L. B. (1987). "An introduction to the scientific computing language Pascal-SC". `*Computers`*. `!14`!: 53–69. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1016/0898-1221(87)90181-7.
`:cite-note-cadmus-1986-20`!19.`! `F0af`_`[↑`#cite-ref-cadmus-1986-20-0]`_`f `:citerefpi1986`aPI (1986-08-29). "Cadmus jetzt mit Kulisch-Arithmetik - Uni Karlsruhe gibt Pascal-Compiler nach München" [Cadmus now comes with Kulisch arithmetic - University Karlsruhe delivers Pascal compiler to Munich]. `*`F33f`_`[Computerwoche`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Computerwoche]`_`f`* (in German). Munich – Karlsruhe, Germany: `F33f`_`[IDG Business Media GmbH`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IDG_Business_Media_GmbH]`_`f. Archived from the original on 2016-05-30. Retrieved 2016-05-30.
`:cite-note-21`!20.`! `F0af`_`[↑`#cite-ref-21]`_`f "Pascal-XSC: Pascal for Extended Scientific Computing". Archived from the original on 2014-01-05.
`:cite-note-22`!21.`! `F0af`_`[↑`#cite-ref-22]`_`f "XSC Software". Archived from the original on 1 November 2015. Retrieved 11 August 2015.
`:cite-note-23`!22.`! `F0af`_`[↑`#cite-ref-23]`_`f "Universitaet Wuppertal: Wissenschaftliches Rechnen / Softwaretechnologie". Archived from the original on 6 November 2015. Retrieved 11 August 2015.
`:cite-note-wallis-1990-24`!23.`! `F0af`_`[↑`#cite-ref-wallis-1990-24-0]`_`f `:citerefbambergerdavenportfischerkok1990`aBamberger, Lothar; Davenport, James H.; Fischer, Hans-Christoph; Kok, Jan; Schumacher, Günter; Ullrich, Christian; Wallis, Peter J. L.; Winter, Dik T.; Wolff von Gudenberg, Jürgen (1990). Wallis, Peter J. L. (ed.). `*Improving Floating-Point Programming`* (1st ed.). Bath, United Kingdom: `F33f`_`[John Wiley & Sons Ltd.`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=John_Wiley_&_Sons_Ltd.]`_`f `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 0-471-92437-7.
`:cite-note-25`!24.`! `F0af`_`[↑`#cite-ref-25]`_`f Michel Gien, "The SOL Operating System", in Usenix Summer '83 Conference, Toronto, ON, (July 1983), pp. 75–78
`:cite-note-26`!25.`! `F0af`_`[↑`#cite-ref-26]`_`f "Overview of the CHORUS Distributed Operating Systems" (PDF). `*Chorus systems`*. 1991. Archived from the original (PDF) on February 7, 2015 – via cs.berkeley.edu.
`:cite-note-iso-iec-7185-1990-6-10-27`!26.`! `F0af`_`[↑`#cite-ref-iso-iec-7185-1990-6-10-27-0]`_`f Pascal ISO 7185:1990 Archived 2012-06-17 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f 6.10
`:cite-note-mandell1987-28`!27.`! `F0af`_`[↑`#cite-ref-mandell1987-28-0]`_`f `:citerefmandell1987`aMandell, Steven L. (1987). `*Pascal Programming Today`*. West Publishing Company. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-314-33935-5.
`:cite-note-hoare-sneeringer-welsh-1977-29`!28.`! `F0af`_`[↑`#cite-ref-hoare-sneeringer-welsh-1977-29-0]`_`f J. Welsh, W. J. Sneeringer, and C. A. R. Hoare, "Ambiguities and Insecurities in Pascal", `*Software: Practice and Experience 7`*, pp. 685–696 (1977)
`:cite-note-30`!29.`! `F0af`_`[↑`#cite-ref-30]`_`f `*Pascal,`* Nell Dale and Chip Weems, "Dangling Else", p. 160–161 Archived 2017-03-18 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f
`:cite-note-31`!30.`! `F0af`_`[↑`#cite-ref-31]`_`f "Pascal-S: A Subset and Its Implementation", N. Wirth in Pascal – The Language and Its Implementation, by D.W. Barron, Wiley 1979.
`:cite-note-32`!31.`! `F0af`_`[↑`#cite-ref-32]`_`f "VAX-11 Pascal V1.0 User's Guide" (PDF).
`:cite-note-vsi-spd-33`!32.`! `F0af`_`[↑`#cite-ref-vsi-spd-33-0]`_`f "VSI Pascal for OpenVMS Software Product Description" (PDF). VSI. 2017. Archived from the original (PDF) on 2021-04-18. Retrieved 2022-02-07.
`:cite-note-34`!33.`! `F0af`_`[↑`#cite-ref-34]`_`f "Interview with a Pascal Architect - Compaq Pascal". Archived from the original on 2021-10-19. Retrieved 2022-05-28.
`:cite-note-35`!34.`! `F0af`_`[↑`#cite-ref-35]`_`f "Compaq Pascal Version 5.8 for Tru64 UNIX Software Product Description". Archived from the original on 2020-07-25. Retrieved 2022-05-28.
`:cite-note-ecube-36`!35.`! `F0af`_`[↑`#cite-ref-ecube-36-0]`_`f "VSI's John Reagan Interview on GEM vs. LLVM for X86/64". `*eCube Systems`*. 2019-03-12. Archived from the original on 2020-08-12. Retrieved 2022-02-07.
`:cite-note-37`!36.`! `F0af`_`[↑`#cite-ref-37]`_`f `*ISO/IEC 7185:1990 Pascal`* (PDF). Archived from the original (PDF) on 27 January 2016. Retrieved 16 September 2014.
`:cite-note-38`!37.`! `F0af`_`[↑`#cite-ref-38]`_`f `:citerefwirth1973`aWirth, Niklaus (July 1973). `*The Programming Language Pascal (Revised Report)`*. ETH Zürich. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.3929/ethz-a-000814158.
`:cite-note-39`!38.`! `F0af`_`[↑`#cite-ref-39]`_`f `*Extended Pascal: ISO/IEC 10206:1990`*. Archived from the original on 2016-03-27. Retrieved 16 September 2014.
`:cite-note-iso-ansi-identical-40`!39.`! `F0af`_`[↑`#cite-ref-iso-ansi-identical-40-0]`_`f `:identical`a"Language standards: Pascal, Extended Pascal, Fortan". Archived from the original on 2014-07-14. Retrieved 16 September 2014.
`:cite-note-41`!40.`! `F0af`_`[↑`#cite-ref-41]`_`f `*IEEE/ANSI Standard for the Programming Language Extended Pascal`*. 1990. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1109/IEEESTD.1990.101061. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-7381-4247-0.
`:cite-note-42`!41.`! `F0af`_`[↑`#cite-ref-42]`_`f "Extended Pascal - Free Pascal wiki". `*wiki.freepascal.org`*.
`:cite-note-43`!42.`! `F0af`_`[↑`#cite-ref-43]`_`f "Virtual Pascal for OS/2". Archived from the original on 30 August 2011. Retrieved 3 April 2016.
`:cite-note-44`!43.`! `F0af`_`[↑`#cite-ref-44]`_`f `:citerefwolfgang2020`aWolfgang (October 15, 2020). "WDSibyl: Visual Development Environment". `*WDSibyl.org`*. Archived from the original on 2020-02-12. Retrieved 2020-04-20.
`:cite-note-45`!44.`! `F0af`_`[↑`#cite-ref-45]`_`f "netlabs.org – Project: Open Sibyl". Archived from the original on 4 March 2016. Retrieved 3 April 2016.
`:cite-note-46`!45.`! `F0af`_`[↑`#cite-ref-46]`_`f `:citerefhabermann1973`aHabermann, A. N. (1973). "Critical comments on the programming language Pascal". `*Acta Informatica`*. `!3`! (1): 47–57. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/bf00288652. `F33f`_`[ISSN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISSN_(identifier)]`_`f 0001-5903. (full text of technical report)
`:cite-note-47`!46.`! `F0af`_`[↑`#cite-ref-47]`_`f Brian W. Kernighan (1981). "Why Pascal is Not My Favorite Programming Language". Archived 2009-04-28 at the `F33f`_`[Wayback Machine`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Wayback_Machine]`_`f
`:cite-note-48`!47.`! `F0af`_`[↑`#cite-ref-48]`_`f `:citereflecarmedesjardins1975`aLecarme, O.; Desjardins, P. (1975). "More comments on the programming language Pascal". `*Acta Informatica`*. `!4`! (3): 231–243. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/BF00288728.
`:cite-note-49`!48.`! `F0af`_`[↑`#cite-ref-49]`_`f `:citerefcrespo`aCrespo, Diego. "Pascal: The language that almost took over the world part 1". `*www.deusinmachina.net`*. Retrieved 4 January 2025.
`:cite-note-50`!49.`! `F0af`_`[↑`#cite-ref-50]`_`f "Extended Pascal". Archived from the original on 2015-10-18. Retrieved 2015-10-17.
`:cite-note-51`!50.`! `F0af`_`[↑`#cite-ref-51]`_`f `:citerefcrespo`aCrespo, Diego. "Pascal: The language that almost took over the world part 2". `*www.deusinmachina.net`*. Retrieved 4 January 2025.
>>Further reading
Wikimedia Commons has media related to
Pascal (programming language)
.
Wikibooks has a book on the topic of:
Pascal
• Niklaus Wirth: `*The Programming Language Pascal`*. 35–63, Acta Informatica, Volume 1, 1971.
• C. A. R. Hoare: "Notes on data structuring". In O.-J. Dahl, E. W. Dijkstra and C. A. R. Hoare, editors, `*Structured Programming`*, pages 83–174. Academic Press, 1972.
• C. A. R. Hoare, Niklaus Wirth: `*An Axiomatic Definition of the Programming Language Pascal`*. 335–355, Acta Informatica, Volume 2, 1973.
• Kathleen Jensen and Niklaus Wirth: `*Pascal – User Manual and Report`*. Springer-Verlag, 1974, 1985, 1990, 1991, `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 0-387-97649-3 and `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 3-540-97649-3.
• Niklaus Wirth: `*`F33f`_`[Algorithms + Data Structures = Programs`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Algorithms_+_Data_Structures_=_Programs]`_`f`*. Prentice-Hall, 1975, `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 0-13-022418-9.
• Niklaus Wirth: `*An assessment of the programming language Pascal`*. 23–30 ACM SIGPLAN Notices Volume 10, Issue 6, June 1975.
• N. Wirth, and A. I. Wasserman, ed: `*Programming Language Design`*. IEEE Computer Society Press, 1980
• D. W. Barron (Ed.): `*Pascal – The Language and its Implementation`*. John Wiley 1981, `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 0-471-27835-1
• Peter Grogono: `*Programming in Pascal`*, Revised Edition, Addison-Wesley, 1980
• Richard S. Forsyth: `*Pascal in Work and Play`*, Chapman and Hall, 1982
• N. Wirth, M. Broy, ed, and E. Denert, ed: `*Pascal and its Successors`* in `*Software Pioneers: Contributions to Software Engineering.`* Springer-Verlag, 2002, `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 3-540-43081-4
• N. Wirth: `*Recollections about the Development of Pascal`*. ACM SIGPLAN Notices, Volume 28, No 3, March 1993.
`c`F0af`_`[↑ Back to top`#top]`_`f`a